TranInDlg
is the template for the Transfer utility dialog, transfer-in step, which shows
a Registration ID and requires the entry of License Key from the old site to
complete the transfer.
IDC_REGID, IDC_LICKEY
ImportButton
Reads the License
Key from a text file, and then sets it to IDC_LICKEY.
OKButton
Processes
the transfer-in by getting the License Key from IDC_LICKEY, checks and,
if valid, puts it into the Key.
ExportButton
Gets the
Registration ID from IDC_REGID, and then saves it to a text file.
CancelButton
Cancels and closes
the dialog box.